Skip to content

fix: correct file name generation in unpack fn #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged

Conversation

shettikr
Copy link
Contributor

This patch resolves the issue where file names were incorrectly concatenated (e.g., 'sample_region0_region1.crashlog').
Cloning of the original path prefix is performed in each iteration to avoid in-place mutation. This ensures proper filename generation for each unpacked file.

This patch resolves the issue where file names were incorrectly concatenated
(e.g., 'sample_region0_region1.crashlog').
Cloning of the original path prefix is performed in each iteration to avoid
in-place mutation. This ensures proper filename generation for each unpacked file.

Signed-off-by: Krishnakumar Shetti <krishnakumar.shetti@intel.com>
Copy link
Contributor

@psurply psurply left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks for fixing it.

@psurply psurply merged commit 4b2d6bc into intel:main Apr 22, 2025
5 checks passed
@shettikr
Copy link
Contributor Author

Good catch! Thanks for fixing it.

You're welcome...:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants